home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set LastTick to the ticks
- set OriginalTick to the ticks
- repeat while (the ticks - OriginalTick) < 30
- set x to 5 * (the ticks - LastTick)
- set y to 1 * (the ticks - LastTick)
- set LastTick to the ticks
- set the locV of sprite 5 to the locV of sprite 5 + x
- set the locH of sprite 5 to the locH of sprite 5 + y
- updateStage()
- end repeat
- end
-
- on mouseUp
- go(75)
- end
-